refactor(boundary): Move SSL and writable output contract#1161
Merged
refactor(boundary): Move SSL and writable output contract#1161
Conversation
Move SSL into network.crypta.node.runtime so future crypto-keys extraction work no longer carries config glue inside network.crypta.crypt. Move WritableToDataOutputStream into foundation-support and register its owned output pattern so stale aggregated root outputs are pruned correctly. Update affected production and test imports to use the relocated types without changing behavior.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
SSLfromnetwork.crypta.crypttonetwork.crypta.node.runtimeso futurefoundation-crypto-keysextraction work no longer pulls config/runtime glue throughcryptnetwork.crypta.io.WritableToDataOutputStreaminto:foundation-supportwithout changing its package name or semanticsnetwork/crypta/io/WritableToDataOutputStream*tofoundation-supportowned output metadataTesting
./gradlew verifySelectiveLeafOwnershipMetadata compileJava compileTestJava./gradlew test --tests network.crypta.crypt.SSLTest --tests network.crypta.io.SSLNetworkInterfaceTest --tests network.crypta.node.NodeStarterTest --tests network.crypta.node.TextModeClientInterfaceServerTest --tests network.crypta.support.SerializerTestgrep -R "^import network\.crypta\.config\." src/main/java/network/crypta/crypt src/main/java/network/crypta/keys./gradlew cleanTest testNotes
foundation-crypto-keysextraction./gradlew testhit a transient Gradlein-progress-results-*.binNoSuchFileException, but the clean rerun passed